home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech's Sprocket™
/
SprocketGX
/
Interfaces
/
CUtilities.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-17
|
186 b
|
14 lines
|
[
TEXT/MMCC
]
// CUtilities.h
#ifndef __CUTILITIES__
#define __CUTILITIES__
class CSavePort
{
public:
CSavePort(WindowPtr theWindow);
~CSavePort();
private:
GrafPtr fSavePort;
};
#endif